home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 February / Practical Internet February 2002.iso / pc / Software / SiteBuilding / HomeSite_Installer.exe / data1.cab / Wizards / HTML / Table_Row.wizml < prev    next >
Encoding:
Text File  |  2001-10-11  |  376 b   |  19 lines

  1. <WIZSET RowTagName = DefaultCase('TR')>
  2.  
  3. <WIZIF CurrentRow neq 1>>
  4. </WIZIF>
  5. <WIZIF 1><$${RowTagName}</WIZIF>
  6.     <WIZSET CurrentCol = 0>
  7.     <WIZSET IsFirstCell = "Yes">
  8. <WIZLOOP index="item" list="$${Row}">
  9.     <WIZSET CurrentCol = CurrentCol + 1>
  10.     <WIZSET Cell = Item>
  11.     <WIZINCLUDE template="Table_Cell.wizml">
  12. </WIZLOOP>
  13.  
  14. <WIZIF 1>>
  15. </$${RowTagName}
  16. </WIZIF>
  17.  
  18.  
  19.